var golang.org/x/sys/unix.errorList
6 uses
golang.org/x/sys/unix (current package)
syscall_unix.go#L54: i := sort.Search(len(errorList), func(i int) bool {
syscall_unix.go#L55: return errorList[i].num >= e
syscall_unix.go#L57: if i < len(errorList) && errorList[i].num == e {
syscall_unix.go#L58: return errorList[i].name
zerrors_linux_amd64.go#L701: var errorList = [...]struct {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)